BACK TO LIST

Syntax:

yourvariable = VA1.Engine_Category

Details :

As per the kept Sample Processsing Resolution this gives a number which differentiates that part of the audio from others.

Start the Word Viewer. Press the Start button and say something, then, for a default resolution of 500 the Engine Categories are produced for all the processings.

For example : If you say Windows i.e. usually 12000 Bytes length word thenyou will have 12000/500 = 24 processed sequence from the start of the sample to the end.Goahead try it right now and experiment with the sample processing resolution.These sequences lead you to the information about the type of word you said. These CODES stand for a particular pheoneme as an example CODE between 6-9 is usually for /a/ as in Up.

Example :

Private Sub NowStartSpeechWork()

VoiceAction 1.....

:

:

:

yourvariable = VA1.Engine_Category

End Sub

BACK TO LIST